*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
    overflow: hidden;
}
a{
    text-decoration: none;
}
.page_con{
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.page_l{
    width: 230px;
    float: left;
    
}
.pro_list1{
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    /* padding-bottom:20px;   */
}
.contactus{
    border: 1px solid #e0e0e0;
}
.pro_list1>h4,.contactus>h4{
    font-size:18px;
    font-weight:bold;
    color: #fff;
    height: 55px;
    background:  url(../images/b1.jpg) top left #048e40;
    text-align: center;
    line-height: 55px;  
}
.pro_list1>ul>li,.contactus>ul>li{
    line-height: 40px;
    font-size: 15px;
    margin: 5px 10px;
   
    
    border-bottom: 1px dotted #b5b5b5;  
}
.pro_list1>ul>li:last-child,.contactus>ul>li:last-child{
    border: none;
}
.pro_list1>ul>li>a{
    color: #333;
    display: block;
    padding-left: 15px;
    border-radius:3px;
}
.pro_list1>ul>li>a::before{
    content: "\00BB";
    font-size: 20px;
    float: left;
    margin-right: 10px;
    display: block;
    transition: all 0.5s;
}
.pro_list1>ul>li>a:hover {
    background: #048e40;
}
.pro_list1>ul>li>a:hover{
    color: #fff;
}

body{
    /* float: right; */
 
}
.pos{
    font-size: 15px;
    color: #666; 
    background: #2290dd;
    padding-left: 20px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;   
}
.pos_con{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 35px;
    color: #fff;
}
.current_pos{
    float: left;
    font-size: 18px; 
}
.current_pos span{
    width: 10px;
    height: 10px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: none;
    display: inline-block; 
    vertical-align: middle;
    margin-right: 5px; 
    margin-top: -4px;  
}
.ppos{
    float: right;
}
.pos>a,.ppos a{
    font-size: 15px;
    color: #fff; 
}
.pos>a:hover{
    color: #1f7352;
}
.content{
}
.content h4{
    font-size: 24px;
    color:#ea2227;
    font-weight:bold;
    line-height: 80px;  
    text-align: center;
}
.content p{
    color:#333;
    line-height: 30px;
    margin: 15px 0;
    text-indent: 0 !important;
}
.tuijian>h4{
    font-size: 18px;
    margin-top: 60px;
    background: url(../images/rexiao.png) left center no-repeat;
    padding-left: 40px;
    color: #c30d23;
}
.tjpro{
    overflow: hidden;
}
.tjpro>ul{
    position: relative;
    margin-top: 20px;
}
.tjpro>ul>li{
    float: left;
    padding: 10px;
    margin: 10px 8px 10px 0;
    border: 1px solid #E8E8E8;
}
.tjpro>ul>li>a>p{
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 25px;
}
.tjpro>ul>li:hover{
    border: 1px solid #1f7352;
}
.tjpro>ul>li:hover p{
    color: #1f7352;
}
/*list_pro*/

.page_pro>ul>li{
    float: left;   
    margin: 10px 8px 10px 0;   
}
.page_pro>ul>li>a{
    display: block;
}
.page_pro>ul>li>a>div>span{
    position: relative;
}
.page_pro>ul>li:hover .cover{
    display: block;
}
.page_pro>ul>li>a>img{
    padding: 10px;
    border: 1px solid #E8E8E8;
    width: 280px;
    height: 180px;
}
.page_pro>ul>li>a>p{
    margin: 0;
    text-indent: 0;
    text-align: center;
    background: #f1f1f1;
    transition: all 0.5s;
    line-height: 40px;
}
.page_pro>ul>li>a>.h{
    width: 0px;
    height: 1px;
    transition: all 0.3s;
}
.page_pro>ul>li>a:hover img{
}
.page_pro>ul>li>a:hover p{
    color: #fff;
    background: #2290dd;
}
.fenye span{
    padding:  5px 12px;
    text-align: center;
    border-radius:5px;
    background: #2290dd;
    color: #fff; 
}
.fenye a{
    color: #333;
    font-size: 15px;
    text-align: center;
    padding: 5px 12px;
    border-radius:5px;
    border: 1px solid #ccc; 
}
/*show_pro*/
.content>img{
    display: block;
    float: left;
}
.updatetime>span{
    font-size:14px;
    color: #8f8f8f;
    text-align: center;
    display: block;
    margin: 0 0 30px 0; 
}
/*list_news*/
.list_newdes{
    margin-left: 220px;
}
.page_news>ul>li{
    line-height: 50px;
    border-bottom: 1px solid rgb(226, 226, 226);
    overflow: hidden;
    margin-bottom: 20px; 
}
.page_news>ul>li>span{
    width: 200px;
    height: 144px;
    overflow: hidden;
}
.page_news>ul>li>span>img{
    width: 100%;
    min-height: 144px;
    height: auto;
}
.page_news>ul>li span{
    float: left;
}

.page_news>ul>li>a{
    font-size: 15px;
    color: #666;
    display: block;
}
.page_news>ul>li>a::before{
    content: "\25BA";
    font-size: 20px;
    float: left;
    margin-right: 10px;
    display: block;
    transition: all 0.5s; 
}
.page_news>ul>li>a>span{
    float: right;
    color: #999;
}
.page_news>ul>li>a:hover{
    color: #1f7352;
}
.fenye{
    margin: 15px 0 15px 10px;
    text-align: center;
}
.list_newdes p{
    margin: 0;
    color: #666;
}
.list_newdes a{
    color: #333;
}
.list_newdes:hover a{
    color: #ea2227;
}
.np{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 30px 0;
    font-size: 15px; 
}
.np .fll{
    float: left;
    padding:  0 50px;
    margin-left: 15px;
    background: #d4d3d3;
    border-radius: 30px;  
}
.np .fll a{
    color: #333;
}
.np .fll:hover{
    background:#0db03d; 
    color: #fff;
}
.np .fll:hover a{
    color: #fff;
}
.np .frr{
    float: right;
    padding:  0 50px;
    margin-right: 15px;
    background: #d4d3d3;
    border-radius: 30px;  
}
.np .frr a{
    color: #333;
}
.np .frr:hover{
    background:#0db03d; 
    color: #fff;
}
.np .frr:hover a{
    color: #fff;
}




.left_class{ width:240px; }
.left_class .classT{ height: 90px; background:#2290dd; position: relative;z-index: 10; text-align: center; }
.left_class .classT .div1{ color:#fff; font-size:30px; font-weight: 700;padding-top:9px;}
.left_class .classT .div2{ color:#fff; font-size: 15px; }
.left_class .classBox{ padding:0px 0 5px 0;background:#fff; }
.left_class .classBox li{ margin:auto; margin-top:5px; }
.left_class .classBox li a{ font-size: 16px; color: #000; height:60px; font-weight: 700;  line-height:60px; display: block; background:#f4f4f4; text-align: left; border-left:5px solid #ebebeb; }
.left_class .classBox li a .name{ display:inline-block;padding-left:30px;}
.left_class .classBox li a:hover{ background: #d6b66d;  color: #fff; }
.left_class .classBox li a:hover span{}
.left_class .lxwm{ margin-top:5px; background: #2290dd;}
.left_class .lxwm .t{ height:95px; background:url(../images/contact.jpg) center center no-repeat;}
.left_class .lxwm .lxwm_box{ padding:10px 15px; border:1px solid #ebebeb;}
.left_class .lxwm .lxwm_box p{ line-height:22px; color:#fff; font-size:14px; padding:11px 0;border-bottom: 1px dashed #ddd;}
.left_class .lxwm .lxwm_box p:last-child{border:0;}
.left_class .lxwm .lxwm_box p span{color: #b7b7b7;  font-size: 12px; padding-right:12px;}
.left_class .lxwm .lxwm_box .lxBtn{ display: block; width:135px; height:40px; line-height: 40px; background:#ff9c00; margin:auto;margin-top:20px; text-align: center; color: #fff; font-size: 15px; border-top:1px solid #de8903; border-bottom:1px solid #de8903; }
.left_class .more{display: block; height:65px;  line-height:65px; color: #fff; background:#2290dd; font-size:18px; border-top:3px solid #ca0014;}
.left_class .more span{padding-left:35px;}
.left_class .more:hover{ background:#d6b66d; color: #fff;}



.subNav{ width:220px; height:45px; margin:0 auto; margin-top:10px;cursor:pointer;line-height:45px; padding-left: 20px; background:#2290dd url(../images/jiantou1.png) 200px center no-repeat;}
.subNav a{font-size:16px;color:#fff;}
.subNav:hover{ background:#fa9938 url(../images/jiantou1.png) 200px center no-repeat;}
.subNav:hover a{ color:#fff;padding-left: 25px;}
.currentDd{}
.navContent{display: block;}
.navContent li a{display:block;width:195px;height:35px; margin:0 auto;font-size:15px;line-height:35px;color:#2f2f2f; border-bottom:1px #ccc dotted; background:url(../images/quan.jpg) left center no-repeat;padding-left: 30px;}
.navContent li a:hover{ color:#0db03d;font-size: 16px;}
.protel{width: 270px; height:auto; background:#fff; margin-top:13px;line-height:28px;padding-bottom:20px;margin-bottom: 50px;}
.protel span{display:block; height:55px; line-height:55px; color:#fff; font-size:20px; font-weight:bold;background: #d70000;margin-bottom: 20px;text-align: center;}
.protel h3{font-size: 18px;color: #000;font-weight: bold;display: block;width: 240px;margin: 0 auto;margin-bottom: 5px;}
.protel p{display: block;width: 240px;margin: 0 auto; font-size:15px; color:#000; }